PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFMatrix Class / scaledMatrix Method
Scaling on X axis.
Scaling on Y axis.
In This Topic
    scaledMatrix Method
    In This Topic
    Creates a matrix with a scaling as the initial value.
    Syntax
    public static PDFMatrix scaledMatrix( 
       double sx,
       double sy
    )

    Parameters

    sx
    Scaling on X axis.
    sy
    Scaling on Y axis.

    Return Value

    The matrix.
    See Also